home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
PredatorPrey
/
Scrolling.h
< prev
next >
Wrap
Text File
|
1996-06-22
|
490b
|
21 lines
/* Scrolling.h */
#ifndef __SC__
#define __SC__
#define sBarWidth 16
typedef pascal void (*ScrollProcPtr) (short newValue,
short oldValue);
/*----------*/
void ScrollingSeg (void);
void ResizeScrollBars (void);
void DoScrollPart (ControlHandle whichScroll,
short partCode);
void TrackScroll (ControlHandle whichScroll,
short partCode,
Point where,
ScrollProcPtr actionProc);
#endif /* __SC__ */